home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / crispy / form1.frm < prev    next >
Text File  |  1995-05-08  |  812b  |  32 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    BorderStyle     =   0  'None
  4.    Caption         =   "Form1"
  5.    ClientHeight    =   3870
  6.    ClientLeft      =   1125
  7.    ClientTop       =   1755
  8.    ClientWidth     =   7425
  9.    Height          =   4275
  10.    Left            =   1065
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   258
  14.    ScaleMode       =   3  'Pixel
  15.    ScaleWidth      =   495
  16.    Top             =   1410
  17.    Width           =   7545
  18.    WindowState     =   1  'Minimized
  19.    Begin CommandButton Command1 
  20.       Caption         =   "O.K."
  21.       Height          =   375
  22.       Left            =   3480
  23.       TabIndex        =   0
  24.       Top             =   3360
  25.       Width           =   975
  26.    End
  27. End
  28. Sub Command1_Click ()
  29.    Unload Form1
  30. End Sub
  31.  
  32.